Click or drag to resize

ServiceSyncItems Method (FolderId, ItemShape, String, IListItemId, Int32, SyncItemsScope)

Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public SyncItemsResponse SyncItems(
	FolderId folderId,
	ItemShape itemShape,
	string state,
	IList<ItemId> ignoreItems,
	int maxChangesReturned,
	SyncItemsScope scope
)

Parameters

folderId
Type: Independentsoft.ExchangeFolderId
The ID of the folder that contains the items to synchronize with.
itemShape
Type: Independentsoft.ExchangeItemShape
The collection of properties to retrieve for synchronized items.
state
Type: SystemString
The optional sync state that represents the point in time to start the synchronization.
ignoreItems
Type: System.Collections.GenericIListItemId
The optional list of item IDs that should be ignored.
maxChangesReturned
Type: SystemInt32
The maximum number of changes that should be returned.
scope
Type: Independentsoft.ExchangeSyncItemsScope
The scope.

Return Value

Type: SyncItemsResponse
A list of changes that occurred in the specified folder.
See Also